home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TINTELLITAGDLG / TINTELLITAGDLG.txt
Text File  |  1996-04-01  |  3KB  |  159 lines

  1. object IntelliTagDlg: TIntelliTagDlg
  2.   Left = 200
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Intelligent Tag Insert'
  6.   ClientHeight = 316
  7.   ClientWidth = 388
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox1: TGroupBox
  15.     Left = 8
  16.     Top = 8
  17.     Width = 369
  18.     Height = 97
  19.     Caption = 'Search for all lines'
  20.     TabOrder = 0
  21.     object StartingWith: TRadioButton
  22.       Left = 16
  23.       Top = 24
  24.       Width = 89
  25.       Height = 17
  26.       Caption = 'starting with'
  27.       TabOrder = 0
  28.     end
  29.     object Containing: TRadioButton
  30.       Left = 152
  31.       Top = 24
  32.       Width = 89
  33.       Height = 17
  34.       Caption = 'containing'
  35.       Checked = True
  36.       TabOrder = 1
  37.       TabStop = True
  38.     end
  39.     object EndingWith: TRadioButton
  40.       Left = 272
  41.       Top = 24
  42.       Width = 89
  43.       Height = 17
  44.       Caption = 'ending with'
  45.       TabOrder = 2
  46.     end
  47.     object SearchFor: TEdit
  48.       Left = 16
  49.       Top = 56
  50.       Width = 337
  51.       Height = 20
  52.       TabOrder = 3
  53.     end
  54.   end
  55.   object GroupBox2: TGroupBox
  56.     Left = 8
  57.     Top = 120
  58.     Width = 369
  59.     Height = 129
  60.     Caption = 'Insert tag(s) at'
  61.     TabOrder = 1
  62.     object Label1: TLabel
  63.       Left = 136
  64.       Top = 24
  65.       Width = 51
  66.       Height = 13
  67.       Caption = 'First Tag'
  68.     end
  69.     object Label2: TLabel
  70.       Left = 136
  71.       Top = 72
  72.       Width = 70
  73.       Height = 13
  74.       Caption = 'Second Tag'
  75.     end
  76.     object StartOfLine: TRadioButton
  77.       Left = 16
  78.       Top = 32
  79.       Width = 89
  80.       Height = 17
  81.       Caption = 'start of line'
  82.       TabOrder = 0
  83.     end
  84.     object EndOfLine: TRadioButton
  85.       Left = 16
  86.       Top = 56
  87.       Width = 89
  88.       Height = 17
  89.       Caption = 'end of line'
  90.       TabOrder = 1
  91.     end
  92.     object Both: TRadioButton
  93.       Left = 16
  94.       Top = 80
  95.       Width = 81
  96.       Height = 17
  97.       Caption = 'both'
  98.       Checked = True
  99.       TabOrder = 2
  100.       TabStop = True
  101.     end
  102.     object FirstTag: TEdit
  103.       Left = 136
  104.       Top = 40
  105.       Width = 217
  106.       Height = 20
  107.       TabOrder = 3
  108.     end
  109.     object SecondTag: TEdit
  110.       Left = 136
  111.       Top = 88
  112.       Width = 217
  113.       Height = 20
  114.       TabOrder = 4
  115.     end
  116.   end
  117.   object BitBtn1: TBitBtn
  118.     Left = 8
  119.     Top = 280
  120.     Width = 89
  121.     Height = 25
  122.     TabOrder = 2
  123.     Kind = bkHelp
  124.   end
  125.   object BitBtn2: TBitBtn
  126.     Left = 192
  127.     Top = 280
  128.     Width = 89
  129.     Height = 25
  130.     TabOrder = 3
  131.     Kind = bkOK
  132.   end
  133.   object CancelButton: TBitBtn
  134.     Left = 288
  135.     Top = 280
  136.     Width = 89
  137.     Height = 25
  138.     TabOrder = 4
  139.     Kind = bkCancel
  140.   end
  141.   object CaseSensitive: TCheckBox
  142.     Left = 8
  143.     Top = 256
  144.     Width = 97
  145.     Height = 17
  146.     Caption = 'Case-sensitive'
  147.     TabOrder = 5
  148.   end
  149.   object RequireConfirmation: TCheckBox
  150.     Left = 168
  151.     Top = 256
  152.     Width = 177
  153.     Height = 17
  154.     Caption = 'Require confirmation'
  155.     State = cbChecked
  156.     TabOrder = 6
  157.   end
  158. end
  159.